home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Leisure Game Pak 1
/
Leisure Game Pak I.iso
/
bin
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1994-08-17
|
384b
|
28 lines
@echo off
@\bin\mouseok
if errorlevel 1 goto nomouse
cd\
@\bin\whichmod
@\bin\hidden %mod% \bin\show 1 -m
@\bin\l1
set game=90
:loop
@\bin\whichmod
cls
@\bin\hidden %mod% \bin\lpmenu 1 -m
@\BIN\L1
if %game%==00 goto quit
rem \bin\computer %game%
@cd\LPGAME1\%game%
@call play
@cd\
goto loop
:nomouse
cls
Echo This Program require a mouse and VGA!
:quit